home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / intro.dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  135 b   |  9 lines

  1. on exitFrame
  2.   global gCPU, gCodePath
  3.   if gCPU = #mac then
  4.     patchPalette()
  5.   end if
  6.   unDoInitIntro()
  7.   go(1, gCodePath & "A")
  8. end
  9.